home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Electronic Messages / InfoMac Digests / InfoMac Vol. 6 / InfoMac 6.02 < prev    next >
Encoding:
Text File  |  1988-01-21  |  24.7 KB  |  597 lines  |  [TEXT/ttxt]

  1.  
  2.  
  3. INFO-MAC Digest          Sunday, 17 Jan 1988        Volume 6 : Issue 2
  4.  
  5. Today's Topics:
  6.                        HC questions and an answer
  7.                      SetLineWidth Revealed Revealed
  8.         LaserDrivers 5.0, Appleshare, and Mac 512K,K/800's (long)
  9.                         ImageWriter PICT output?
  10.                        Re: Cmd-F output of PS file
  11.                     Laser printer screen dump needed
  12.                            PostScript question
  13.                           LaserWriterCopyCounts
  14.                        Mac/Novell interface query
  15.            Connection of Mac to DEC printserver 40 PS printer
  16.                  Kermit file transfer problems on a VAX
  17.                      ftp and packed or binary files
  18.                          January 1988 Vaporware
  19.  
  20.  
  21. ----------------------------------------------------------------------
  22.  
  23. Date: Mon, 14 Dec 87 09:24 EST
  24. From: <PORTERG@VCUVAX>
  25. Subject: HC questions and an answer
  26.  
  27. Lots of questions and an answer
  28.  
  29.      This is my first posting to this list, so bear with any formatting
  30. problems.
  31.      I am writing some stackware, and keep stumbling across limitations
  32. in HyperTalk.  While not insurmountable, they cause me to waste a lot of
  33. processing time.
  34.  
  35.      1. Is there any simple way to do indirect accessing in HC?  For
  36. example:  Fields A,B, and C all have a 1-to-1 correspondence with each
  37. other.  I want line x of field C to get the item in line (line x of field C)
  38. of B, and return the item in line(line(line x of field C) of B) of A, or
  39. in HyperTalk terms, put line x of field C of field B of field A into it.
  40. The above syntax, of course does not work, forcing me to load line x of field
  41. C into y, put line y of field B into z, and get line z of field A.  Are there
  42. any faster solutions out there?
  43.  
  44.      2. Is there perchance any undocumented command that gives you the
  45. total of the numbers in a field?  Assume 1 number per line, and only numbers
  46. in the field.  Currently I use a repeat loop to add everything together, one
  47. of the slowest commands I have ever seen, or a line1+line2+etc., which
  48. in some cases is slower for me, as the number of items I have to add varies.
  49.      2a. On a similar note, can you get max,min and average commands to
  50. act on a field without specifying every single line of the field you want
  51. to check?
  52.  
  53.      3. As a point of curiosity, does HyperTalk initialize non-global
  54. variables to 0 when first encountered in a script?  Reliably?
  55.  
  56.      4. On another topic, how well does shareware work?  I've got some
  57. nice software through this system, and actually paid for the ones I use,
  58. but I would be interested to see the response some of the more popular
  59. shareware pieces have gotten.  I'm doing a piece for a company which
  60. may not bite, so it may end up "shareware" rather than "buyware", and I
  61. was curious as to overall author satisfaction with the system.
  62.  
  63.      Last, a hardware answer.  To the previous poster who had problems
  64. with getting multipage MacDraw pictures to line up, I had this problem
  65. early last year, with the following diagnosis.
  66.  
  67.      The print drum on the toner cartridges are not *perfectly* round,
  68. nor do they make exactly one revolution per page.  This slight eccentricity
  69. means that you will get some irregularities on the long edge of the page.
  70. The only way to correct this is to manually remove the cartridge after each
  71. page and reset it to the exact same position.  The LaserWriter rotates the
  72. cartridge when you close the machine, so in order for this to work you have
  73. to disable the open/close sensing switch.
  74.      But, that's not all.  The paper you use shrinks slightly when exposed
  75. to the hot fusing element of the LaserWriter, and does so in a non-regular
  76. manner, fouling up alignment of both edges of the paper.  The only fix I have
  77. seen for this is to use something like Mylar, which has a very low coefficient
  78. of thermal expansion, and does not melt inside your printer (at least not
  79. mine:-).
  80.      And if that wasn't enough, you can also get alignment errors from
  81. irregular feeding from the paper tray, but this doesn't seem to have quite
  82. the irregularity of the others.
  83.      Final solution:  There are drivers out there that let you hook your
  84. Mac to a D or E size pen plotter, and give very good resolution.  If your
  85. work demands large illustrations, and perfect alignment, you should consider
  86. it.
  87.  
  88. Greg Porter
  89. PORTERG@VCUVAX (Bitnet)
  90.  
  91. ------------------------------
  92.  
  93. Date: Fri, 18 Dec 87 11:42:07 SET
  94. From: Guenther Blaschek <K331671%AEARN.BITNET@forsythe.stanford.edu>
  95. Subject: SetLineWidth Revealed Revealed
  96.  
  97. A couple of months ago, I asked how to switch the LaserWriter from hairlines
  98. back to "normal" lines. Now I received the Tech Note #175, where the
  99. LaserWriter's SetLineWidth mechanism is described in detail. It helped me
  100. quite a lot, so I'd like to say THANKS A LOT to Scott "ZZ" Zimmerman.
  101.  
  102. However, the Tech Note is not quite complete, yet. The procedures described
  103. in it do not work in every situation. At least, I discovered that QuickDraw
  104. interferes with the LaserWriter in a subtle way, when a picture containing
  105. SetLineWidth PicComments is created and subsequently sent to the LaserWriter.
  106. The following observations apply to pictures, but they may apply to direct
  107. printing too (I did not try it, yet):
  108.  
  109. Let's assume, we want to create a picture containing a hairline followed by
  110. a normal line (of PenSize(1,1)). According to Tech Note #175, one would do
  111. the following (SetLineWidth(x/y) should be read as an abbreviation for
  112. adding the corresponding 182-PicComment):
  113.  
  114.   operation          QD pen size   LW pen size   LW scaling factor
  115.  
  116.   PenSize(1,1);          1,1           1,1              1
  117.   SetLineWidth(1/4);     1,1         1/4,1/4           1/4
  118.   *draw first line*      1,1         1/4,1/4           1/4
  119.   SetLineWidth(1/1);     1,1         1/4,1/4            1
  120.   PenSize(1,1);          1,1           ?,?              1
  121.   *draw second line*     1,1           ?,?              1
  122.  
  123. Scott writes that SetLineWidth(1/1) followed by PenSize(1,1) makes sure that
  124. the LaserWriter's pen size is set to (1,1). However, this only works if the
  125. latest object was drawn with QuickDraw's pen size other than (1,1), since
  126. QuickDraw is intelligent enough to suppress multiple PenSizes with the same
  127. parameters in order to keep the picture as small as possible. In the above
  128. case, QuickDraw omits the PenSize(1,1), so the LaserWriter continues printing
  129. hairlines...
  130. A dummy call of PenSize(2,2) followed by PenSize(1,1) does not cure the
  131. problem, as QuickDraw delays the PenSize until an object is actually DRAWN
  132. with a different pen size. In fact, my first brute-force solution was to
  133. draw a (2,2) line outside of the picture frame. This works quite well, but
  134. consumes a lot of space in the picture.
  135.  
  136. The real solution of this problem is to call SetLineWidth twice:
  137.  
  138.   . . .
  139.   *draw first line*      1,1         1/4,1/4           1/4
  140.   SetLineWidth(4/1);     1,1           1,1              4
  141.   SetLineWidth(1/1);     1,1           1,1              1
  142.   *draw second line*     1,1           1,1              1
  143.  
  144. The first call scales the LW pen size back to (1,1) and sets the scaling
  145. factor to 1. This alone would be sufficient, but makes subsequently drawn lines
  146. of other pen sizes four times as fat as desired. So the second call is used
  147. to set the LW's scaling factor back to 1 (because of the factor 1/1, it
  148. leaves the LW's pen size alone).
  149.  
  150. If anyone out there had similar problems with SetLineWidth, try this trick.
  151. Good luck,
  152.  
  153.     e
  154.    gu
  155.  
  156. ------------------------------
  157.  
  158. Date: 13 Jan 88 18:31:26 GMT
  159. From: gergely@dalcs.UUCP (Peter J Gergely)
  160. Subject: LaserDrivers 5.0, Appleshare, and Mac 512K,K/800's (long)
  161.  
  162. We have encountered a problem using LaserDriver 5.0, with Mac 512's,
  163. Appleshare System, and Bitmap graphics.  Please consider the following
  164. as a tested bug report.
  165.  
  166. Configuration
  167.  
  168.         Hayes Interbridge
  169.         Two Appletalk Zones, each with a Laserwriter Plus.
  170.         40 Macs (SE, Plus, 512K/800, and 512K)
  171.         1 Mac SE20i as Appleshare File Server
  172.  
  173. System on 512K, 512K/800
  174.  
  175.         Default Appleshare System (System 3.3, Finder 5.4) with
  176. LaserPrep 5.0 and LaserWriter 5.0.
  177.  
  178. Other Mac's.
  179.  
  180.         System 4.2, Finder 6.0, Backgrounder on all Mac's with HD.
  181.         System 4.1, Finder 5.5 on all others except 512's.
  182.         LaserWriter and LaserPrep 5.0 on ALL MAC's.
  183.  
  184. Problem:
  185.  
  186.         In our configuration (above), when any Mac 512K or 512KE
  187. prints a bitmap image (embedded or otherwise) on a Laserwriter Plus
  188. using the latest LaserWriter 5.0 Driver, the image is printed, and when
  189. the dialog box is cleared, the Mac hangs.  This problem occurs even
  190. with a Laserwriter hooked directly to a Mac 512, with a 6 foot
  191. appletalk network, and a true copy of the 512K appleshare installer
  192. disk, but replacing the LaserDrivers to 5.0 from the System 5
  193. Installation set.
  194.         Because of the fact that all machines on an Appletalk should
  195. run the same version of LaserDrivers, we really don't want to go back
  196. to using 4.0, even though we know that it works fine with the 512's.
  197.         Currently, as a stop-gap measure, we have one Laserwriter
  198. initialized with version 4.0, and one with 5.0, just to save the
  199. reinitializations.  This is proving to be unsatisfactory for those
  200. of us that have offices very close to the wrongly initialized
  201. Laserwriter.
  202.         At the current time, it is impossible to upgrade those Mac
  203. 512's to Plus'.
  204.  
  205. QUESTION:
  206.         Does anybody have any solutions, comments, or patches, to
  207. allow the 512K's to exist harmoniously (without the hangs) on our
  208. appleshare network using LaserDriver 5.0.
  209.  
  210.         If possible, please reply directly to me at
  211. GERGELY@DREA-XX.ARPA, and I will summarize any responses to this group
  212. at a later time.
  213.  
  214.         - Peter
  215. Peter J. Gergely (DREA, P.O. Box 1012, Dartmouth, NS  B2Y 3Z7  Canada)
  216.       ARPANET:  gergely@DREA-XX.ARPA (preferred) or Peter@DREA-GRIFFIN.ARPA
  217.       DIALNET:  Peter@DIAL|DREA-Griffin            UUCP: gergely@dalcs.UUCP
  218.       CSNET:    gergely%cs.dal.cdn@ubc.csnet      GENIE: GERGELY
  219.  
  220. ------------------------------
  221.  
  222. Date: 23 Dec 87 08:09:00 EST
  223. From: "NRL::MCCOWAN" <mccowan%nrl.decnet@nrl.arpa>
  224. Subject: ImageWriter PICT output?
  225.  
  226. Is there a way to have the imagewriter print driver write the QuickDraw calls
  227. to a spool file, not print it, and leave the spool file (in PICT format) on the
  228. disk?  If not, is there is a printer resourse out there that will do this?
  229.  
  230.      Thanks,
  231.      Bob McCowan
  232.      MCCOWAN@NRL.ARPA
  233.  
  234. ------------------------------
  235.  
  236. Date: Mon, 28 Dec 87 11:09:20 EST
  237. From: olson@harvard.harvard.edu (Eric K. Olson)
  238. Subject: Re: Cmd-F output of PS file
  239.  
  240. In a recent INFO-MAC, Norbert Lindenberg - U Karlsruhe writes:
  241.  
  242. "It may seem ridiculous, but you have to hold down the cmd-f keys
  243. until the LaserWriter driver comes up with its "Creating PostScript
  244. File" message. I don't know what the driver really does to find out
  245. about your keypresses, but it certainly does not ask for keyDown
  246. events."
  247.  
  248. In fact, it looks at the keymap held in memory by the keyboard driver
  249. (i.e., the "state" of key up/down-- Trap GetKeys(KeyMapPtr)).  It
  250. doesn't even check for the Cmd key - holding down F is sufficient.
  251.  
  252. Most Programs get the keydown event subsequently (since it did occur),
  253. many ignore keydown events in their most-common windows.
  254.  
  255. -Eric
  256.                       (defun maybe (x) (maybe (not x)))
  257. Eric K. Olson     olson@endor.harvard.edu     harvard!endor!olson     D0760
  258.    (Name)                (ArpaNet)                 (UseNet)        (AppleLink)
  259.  
  260. ------------------------------
  261.  
  262. Date: Tue, 12 Jan 88 10:04 EDT
  263. From: <MANAGER%SKIDMORE.BITNET@forsythe.stanford.edu> (Leo Geoffrion)
  264. Subject: Laser printer screen dump needed
  265.  
  266. Does anyone have a PD or Shareware version of the laser screen dump Fkey
  267. (such as laserkey.hex).  The current version circulating (4.002)
  268. won't work with version 4 of the laserwriter software.  Incidentally,
  269. it works fine with the older Version 3 software.
  270.  
  271. Does anyone have an update to this useful software?
  272.  
  273. ===================================================================
  274. Leo D. Geoffrion                  BITNET:  MANAGER@SKIDMORE.BITNET
  275. Associate Director for             NYNEX:  (518) 584-5000 Ext. 2628
  276. Academic Computing
  277. Skidmore College
  278. Saratoga Springs, NY  12866
  279.  
  280. ------------------------------
  281.  
  282. Date: Fri, 18 Dec 87 13:36:54 EST
  283. From: Lap@UDEL.EDU
  284. Subject: PostScript question
  285.  
  286. We are having a problem printing Macintosh II-generated PostScript
  287. files on our Apple LaserWriter, which is connected through the
  288. serial port of a SUN 3/50.
  289.  
  290. Background of the problem:  Create a file in MacWrite or MacDraw.
  291. Immediately after clicking on "OK" in the Print dialog, hold down
  292. the Command "K" key to direct the PostScript output to a file
  293. (with a rather long header).  Send the file to the SUN, then send
  294. the file to the LaserWriter.  The file looks fine on the SUN.  My
  295. understanding is that the LaserWriter requires initialization which
  296. is normally done by the Mac over Appletalk.  I have obtained several
  297. public domain programs and headers from SUMEX intended to solve
  298. the problem, but all are evidently out of date.
  299.  
  300. Any help in solving this problem would be greatly appreciated.
  301.  
  302. Larry Pearlstein (lap@huey.udel.edu)
  303. University of Delaware
  304.  
  305. ------------------------------
  306.  
  307. Date: Fri, 15 Jan 88 09:59:41 CST
  308. From: "Larry Pickett, INFOREP"
  309. From: <C4898%UMSLVMA.BITNET@forsythe.stanford.edu>
  310. Subject: LaserWriterCopyCounts
  311.  
  312. Does anyone know how to get the LW to send the number of copies done to
  313. date sent to a requesting station on Local(Apple)Talk?  I'm most interested
  314. in postscript code which could be sent to the printer.  Any other PD or
  315. ShareWa re application that give such control to nodes on the network?
  316. Acknowledge-To: <C4898@UMSLVMA>
  317.  
  318. ------------------------------
  319.  
  320. Date: Thu, 14 Jan 88 11:48 AST
  321. From: <JNDPH%ALASKA.BITNET@forsythe.stanford.edu>
  322. Subject: Mac/Novell interface query
  323.  
  324. I'm looking for software that will let a Macintosh SE with an Ethernet
  325. interface board function as a workstation on an Ethernet LAN running Novell
  326. Netware.
  327.  
  328. The Mac user is primarily interested in accessing to network to print
  329. PageMaker documents on the spooled network laser printer (now a HP LaserJet+,
  330. but likely to be replaced in the future with a Poscript printer).
  331.  
  332. I'd appreciate any suggestions for dealing with this problem...  even if it
  333. involves an Applenet/Ethernet + Netware bridge.  I've just been unable to find
  334. any information on this problem.
  335.  
  336. Please send messages directly to me, since I don't regularly read INFO-MAC.
  337. I will be happy to send a summary of any useful information to the net.
  338.  
  339. Thanks!
  340.  
  341. ------------------------------
  342.  
  343. Date: Wed, 13 Jan 88 12:38 EST
  344. From: <RLF52%ALBNY1VX.BITNET@forsythe.stanford.edu>
  345. Subject: Connection of Mac to DEC printserver 40 PS printer
  346.  
  347. Bob Frost at the History Dept. of SUNY-Albany (Bitnet:
  348. RLF52@ALBNY1VX) here.  Been trying for weeks to figure out how to
  349. run PS files generated on a Macintosh via a VAX, onto a DEC
  350. Printserver 40 (LPS40).  Running MS Word, Pagemaker, MacDraw,
  351. etc., the best I can get is for the LPS40 to read & find no errors in the
  352. modified prolog file, but then it proceeds to print nothing; I receive no
  353. error messages.  Know anyone whoUs dealt with this?  Thanx.
  354.  
  355. ------------------------------
  356.  
  357. Date: Tue, 15 Dec 87 18:22 EDT
  358. From: <MHOFFMAN%CLARKU.BITNET@forsythe.stanford.edu>
  359. Subject: Kermit file transfer problems on a VAX
  360.  
  361. I am a student at Clark University trying to upload files that I have on a Mac
  362. to a Digital VAX using VMS 4.6.  I am using Red Ryder 9.2 with the Kermit file
  363. transfer protocol, and the Kermit-32 program on the Vax.  I have sucessfully
  364. received and downloaded files from Bitnet using the same software setup.  An
  365. error I obtained from the VAX at one point was:
  366.  
  367. ACP File Extend Error ...
  368.  
  369. (??)
  370.  
  371. Also, I have tried sending both with and without Binhexing my files.  Also, I
  372. have tried standard ASCII text files created and saved in MacWrite as
  373. "Text-Only" with and without binhexing - still no success.
  374.  
  375. Does anyone know how to use Macs with the VAX?  Clark supports only DEC
  376. equipment, that being Rainbows, and even then no one around here does much
  377. transferring, so they don't know much about it!
  378.  
  379. Thanks in advance,
  380.  
  381. Mitch Hoffman
  382. MHOFFMAN@CLARKU.Bitnet
  383.  
  384. ------------------------------
  385.  
  386. Date: 21 Dec 87 23:15:56 GMT
  387. From: WENCU@cunyvm.cuny.edu
  388. Subject: ftp and packed or binary files
  389.  
  390. We here at CUNYVM.CUNY.EDU have recently been able to use the tcp/ip suite
  391. through the vm/tcp machine.I has been running well thanks to our network
  392. administrators.
  393.  
  394. I have used TELNET and been succeccful. Our problem comes when I use FTP
  395. to transfer pc or macintosh executable programs in a binary or packed format.
  396.  
  397. I get garbage. Is there a problem with the transfer method? There are 3 'TYPE'
  398. options: Ascii, Binary, Image.  Which do we use?
  399.  
  400. Is the problem because the files are being sent through the vm mainframe and
  401. are being translated before getting to the micro?
  402.  
  403. Is anyone also having this problem and found a work around solution?
  404. As a lot of people are beginning to use ftp this problem is coming up more
  405. frequently at our site. The questions fall on us.
  406.  
  407. Any help will be appreciated
  408.  
  409. Wendell P. Brown a.k.a. "Splash"
  410. Senior Technician at
  411. CUNY University Computer Center
  412. Microcomputer Resource Laboratory
  413.  
  414. ------------------------------
  415.  
  416. Date: Tue, 29 Dec 87  17:31 EST
  417. From: SEWALL%UCONNVM.BITNET@forsythe.stanford.edu
  418. Subject: January 1988 Vaporware
  419.  
  420.                          VAPORWARE
  421.                        Murphy Sewall
  422.               From the January 1988 APPLE PULP
  423.         H.U.G.E. Apple Club (E. Hartford) News Letter
  424.                           $15/year
  425.                        P.O. Box 18027
  426.                   East Hartford, CT 06118
  427.      Permission granted to copy with the above citation
  428.             Call the "Bit Bucket" (203) 569-8739
  429.  
  430. NeXt Month?
  431. The week after the deadline for last month's column,
  432. InfoWorld published a front page story containing details of
  433. the NeXt computers scheduled for introduction during the
  434. first quarter.  There will be two computers in cubical black
  435. magnesium cases.  Both will be built around the 68030
  436. microprocessor.  The "Low-end" model ($5,000) will have
  437. 4-Mbytes of RAM, a 17 inch, flat-tension mask, monochrome
  438. display and a 40-Mbyte hard disk.  The more expensive model
  439. ($9,000) will have 8-Mbytes of RAM, a 16 inch, color
  440. display, and a 200-Mbyte hard disk.  Both computers will
  441. feature a proprietary bus and use the Unix operating system
  442. with Display Postscript. - InfoWorld 23 November
  443.  
  444. Accelerated Mac II.
  445. Both MacPeak Systems of Austin, Texas and Dove Computer of
  446. Wilmington, North Carolina plan to ship 20 MHz 68030
  447. expansion cards for the Mac II in March.  MacPeak has
  448. announced a price of $1,995 for the board.  AST Research of
  449. Irvine, California, Radius Inc., of San Jose, California,
  450. and TSI Inc., of Eugene, Oregon also are rumored to be
  451. developing 68030 based expansion boards for the Mac II.  AST
  452. also will announce soon a 80386-based MS-DOS coprocessor for
  453. the Mac II. - PC Week 24 November
  454.  
  455. Color Lasers!
  456. By the end of next year, QMS of Mobile, Alabama expects to
  457. be shipping a 300-dpi full-color laser printer.  The bad
  458. news is that it will weigh 200 pounds and cost $30,000.
  459. - InfoWorld 30 November
  460.  
  461. New Laser Printers.
  462. Apple Computer plans to introduce a new generation of laser
  463. printers later this month.  There will be three new models
  464. including the long awaited (see November and December 1986
  465. Vaporware columns) Personal LaserWriter based on Quickdraw
  466. imaging and priced at roughly the same $2,500 as General
  467. Computer's Personal Laserwriter which uses Quickdraw as well
  468. (see last September's column).  Taxan Corporation also has
  469. announced plans to introduce a Quickdraw printer for
  470. delivery this Spring.  A second Apple printer will be an
  471. enhanced version of the current Laserwriter built around
  472. Canon's new "SX" engine (see last October's column).  The
  473. newest configuration will be a high performance model
  474. equipped with a Motorola 68020 microprocessor.
  475. InfoWorld 23 November
  476.  
  477. Accelerated IIgs.
  478. Western Design Center of Mesa, Arizona reports that Apple
  479. has been buying quantities of the 12-MHz version of the
  480. 65816 (so far the only machine it's used in is the IIgs).
  481. Could the rumored IIgs accelerator board (see last January's
  482. Vaporware column) finally be on the way? - InCider January
  483.  
  484. Mac Star?
  485. Micropro, makers of the Word Star word processing program,
  486. has announced a new Macintosh product for shipment in June.
  487. The software will combine conventional word processing
  488. functions with features of desk top publishing programs such
  489. as graph importation and layout capability.
  490. - Random Access 28 November
  491.  
  492. The IIgs Office System?
  493. Look for lots of new integrated software for the IIgs this
  494. Spring.  If integrating three programs is good, wouldn't
  495. integrating six be even better?  Remember the "Lisa Office
  496. System?" That was seven programs wasn't it?  Hmmm.....
  497. - InCider January
  498.  
  499. "Low-Cost" Mac Monitors.
  500. Monitor vendors Power R and CTX both recently announced new
  501. monochrome displays for the Mac, and CTX said it is readying
  502. a (relatively) low-cost color display.  "Mac Larger" from
  503. Power R is a 12 inch, monochrome display for $449 that
  504. provides 70% more image than the internal Mac screen while
  505. retaining the 512 by 342 pixel resolution.  CTX's $399
  506. monochrome monitor will be twice the size of the Mac
  507. display.  Their color monitor ($799) provides 800 by 600
  508. resolution, accepts Mac II analog video, and has a 35-KHz
  509. scan rate. - InfoWorld 23 November
  510.  
  511. Color Laptop.
  512. A host of Japanese firms are developing color LCD flat
  513. screens for laptop computers.  Today's best guess is that
  514. economical computers (only $400 more than monochrome
  515. versions) using these screens won't be available for at
  516. least two years. - PC Week 24 November
  517.  
  518. New "Flat" Screens.
  519. Tektronix has announced a new "hypertwist" Liquid Crystal
  520. Display (LCD) which expands the twist angle from the 180
  521. degrees of supertwist technology to 270 degrees.  In
  522. addition to higher contrast and a wider viewing angle, the
  523. new display has a lower power consumption.  Two new
  524. Electroluminescent Displays (ELD) will be out later this
  525. year for under $800.  A company from Finland has
  526. demonstrated the 600 by 640 pixel "Finlux" screen on a
  527. Dyna-Mac (the "Flat Mac"), and Planar Systems has announced
  528. an ELD with a 160 degree viewing angle and power consumption
  529. under 10 watts. - Random Access 12 December
  530.  
  531. 4-Mbit Dynamic RAM.
  532. Toshiba America has begun limited manufacturing of the next
  533. generation of memory chips.  Production shipments of the new
  534. 4-megabit chips (four times the size of today's largest
  535. production memory chips), which several other firms also
  536. have under development is scheduled for the third quarter
  537. (can the 32-Mbyte RAM personal computer be far away?).
  538. - InfoWorld 30 November
  539.  
  540. Bigga than a Giga.
  541. IBM's Almaden Research Center in San Jose has announced a
  542. breakthrough in recording technology that will make it
  543. theoretically possible to store up to 1.25 gigabytes of data
  544. on a 3.5 inch disk.  Current recording heads cannot take
  545. full advantage of the new technique which involves using
  546. semiconductor fabrication (electron beam photolithography)
  547. methods to etch 0.5-micron-wide tracks onto a disk surface.
  548. - InfoWorld 23 November
  549.  
  550. Micro Floppy Drives.
  551. Sony has announced a 1-Mbyte, 2 inch disk drive for use in
  552. laptop computers, and Hitachi plans to introduce a 2.5 inch
  553. floppy drive. - Random Access 12 December
  554.  
  555. Assorted IBM Rumors.
  556. Coming in April - a PS/2 Model 90 with a RISC (Reduced
  557. Instruction Set Coprocessor) expected to operate at 32-MHz
  558. and run PC Excel seven times faster than the Mac II
  559. version.  Big Blue also is poised to roll out a true "what
  560. you see is what you get" 8.5 by 11 (page size) display with
  561. incredibly sharp graphic resolution especially for desktop
  562. publishing applications.  Wyse Technology's lawyers have put
  563. that firm's Micro Channel clone motherboard on hold while
  564. they examine IBM's patents more carefully.  The President of
  565. Word Perfect says the cost of OS/2 along with the added
  566. memory and other add-ons needed to take advantage of its
  567. features will be so high that few users will benefit.
  568. - PC Week 24 November, InfoWorld 30 November and 7 December,
  569.   and Random Access 21 November
  570.  
  571. Self-Serve Software.
  572. Brother International is beta testing a software "vending
  573. machine."  Although it looks like a soda machine, it's
  574. really a computer terminal and disk copying machine tied to
  575. a mainframe.  It has a catalog of 1,500 titles which can be
  576. demonstrated on the built in display.  Software can be
  577. ordered with a bank credit card and downloaded on either 3.5
  578. or 5.25 inch disks.  Brother expects to begin installing the
  579. machines in the U.S. later this year.
  580. - Random Access 28 November
  581.  
  582. Reach for the Sky.
  583. The US Department of Agriculture has encountered an
  584. unanticipated difficulty in its project to develop robot
  585. fruit pickers.  To contain costs, the robots were designed
  586. with monochrome scanners.  Unfortunately, to the robots, an
  587. orange has the same size, shape, and brightness as a small
  588. cloud.  Current robot pickers are often hung up literally
  589. reaching for the clouds.  The USDA says it's back to the
  590. drawing board - this time using color.
  591. - Random Access 21 November
  592.  
  593. ------------------------------
  594.  
  595. End of INFO-MAC Digest
  596. **********************
  597.